Class ACMEAccount

java.lang.Object
org.dogtagpki.acme.ACMEAccount

public class ACMEAccount extends Object
Author:
Endi S. Dewata
  • Constructor Details

    • ACMEAccount

      public ACMEAccount()
  • Method Details

    • getID

      public String getID()
    • setID

      public void setID(String id)
    • getStatus

      public String getStatus()
    • setStatus

      public void setStatus(String status)
    • getContact

      public String[] getContact()
    • setContact

      public void setContact(String[] orders)
    • getTermsOfServiceAgreed

      public Boolean getTermsOfServiceAgreed()
    • setTermsOfServiceAgreed

      public void setTermsOfServiceAgreed(Boolean termsOfServiceAgreed)
    • getOnlyReturnExisting

      public Boolean getOnlyReturnExisting()
    • setOnlyReturnExisting

      public void setOnlyReturnExisting(Boolean onlyReturnExisting)
    • getOrders

      public URI getOrders()
    • setOrders

      public void setOrders(URI orders)
    • getCreationTime

      public Date getCreationTime()
    • setCreationTime

      public void setCreationTime(Date creationTime)
    • getJWK

      public JWK getJWK()
    • setJWK

      public void setJWK(JWK jwk)
    • toJSON

      public String toJSON() throws Exception
      Throws:
      Exception
    • fromJSON

      public static ACMEAccount fromJSON(String json) throws Exception
      Throws:
      Exception
    • toString

      public String toString()
      Overrides:
      toString in class Object